Welcome![Sign In][Sign Up]
Location:
Search - MATLAB DLL

Search list

[Special EffectsConvertFormat

Description: 视频格式转换,包括mpeg转为yuv和yuv格式的352*288插值为704*576.其中mpeg转为yuv需要调用文件夹中的两个dll(此为matlab工具箱提供)-Video format conversion, including mpeg to yuv and yuv format 352* 704* 288 interpolated to 576. Yuv to mpeg which folder you want to call the two dll (This is provided matlab toolbox)
Platform: | Size: 95232 | Author: 郑锦 | Hits:

[matlablp_solve_MATLAB

Description: 一个matlab的线性规划的工具箱,不同与matlab自带的函数,功能强大,里面带有该工具箱的使用例子,操作简单。-A matlab toolbox for linear programming, different with matlab built-in function, a powerful inside the toolbox with the use of examples, easy to operate.
Platform: | Size: 1484800 | Author: 李刚 | Hits:

[matlabImportExcel

Description: 利用matlab进行的盲均衡MMA算法仿真,有兴趣的朋友可以下载。-Matlab conducted using MMA blind equalization algorithm simulation, are interested in friends can be downloaded.
Platform: | Size: 378880 | Author: 张树魁 | Hits:

[Software Engineeringpaper_dll_matlabandlabview

Description: 利用DLL技术实现LabVIEW和MATLAB混合编程,多语言编程论文-DLL using LabVIEW and MATLAB technical realization of hybrid programming, multi-language programming Papers
Platform: | Size: 189440 | Author: zdwnh | Hits:

[ActiveX/DCOM/ATLCOM_VB_Matlab

Description: 基于COM组件的VB与MATLAB混合编程实例,包括数值处理和图形界面-COM-based components mixed VB and MATLAB programming examples, including numerical processing and graphical interface
Platform: | Size: 307200 | Author: 如水 | Hits:

[AI-NN-PRfuzzynet_

Description: 在.net环境下用C#开发的模糊控制函数库,直接运行后生成DLL,对于不满足于使用Matlab提供的模糊工具箱或对底层的模糊控制比较关注的人有帮助-In. Net environment using C# Developed fuzzy control function library directly after the operation generated DLL, for no longer satisfied with the provision of the use of Matlab Fuzzy Toolbox or the bottom of fuzzy control were more concerned about the help
Platform: | Size: 101376 | Author: khw | Hits:

[Graph programmpgread

Description: 一个可以当作MATLAB工具的外接工具集合! 此代码可以使得MATLAB中直接读取mepg文件~-MATLAB can be used as a tool for external tool collection! This code can be made directly in MATLAB to read MPEG files ~
Platform: | Size: 451584 | Author: 辛冬 | Hits:

[Graph programmpgwrite-6.0-update

Description: 一个可以当作MATLAB工具的外接工具集合! 此代码可以使得MATLAB中直接写出mepg文件~-艊钮 赂 枚偶脡艊脭木膮 脳 梅 MATLAB拧 陇 啪脽木脛脥芒 藵 脫拧 陇 啪脽藕呕艧膸艁膭
Platform: | Size: 787456 | Author: 辛冬 | Hits:

[Special EffectsFaceDetection

Description: 在Matlab平台下实现人脸检测的一个程序-In Matlab platform to achieve a face detection process
Platform: | Size: 2065408 | Author: MDS | Hits:

[OtherMatcom_code_38

Description: matcom演示程序,转载调试说明: 1.如果直接运行exe文件,只须将ago4501.dll和v4501v.dll加入相应的 release目录即可. 2.如果需要在VC6.0环境下测试,可按如下步骤进行. 1)从workspace中删除v4501v.lib,通过project->add to project->files 重新加入v4501v.lib. 2)编译连接后,将ago4501.dll和v4501v.dll加入release目录.运行程序即可. 注意: 1)v4501v.lib,ago4501.dll和v4501v.dll都放在lib目录下. 2)jpg目录下为文档编辑所需要的图片,如需重新排版,可参考使用。-Matcom demo program, reproduced debugging: 1. If directly run exe files, simply by adding ago4501.dll and v4501v.dll corresponding release directory can be .2. If you need VC6.0 environment testing, may proceed as follows to .1) from the workspace to delete v4501v.lib, through project-
Platform: | Size: 3328000 | Author: dxqzyc | Hits:

[matlabField_II_v3.16

Description: FIELD II 是B超的matlab仿真程序。 执行 先运行 field_init.m ,进行初始化 运行文件夹 sample_cyst_phantom 里的make_image.m,产生体模的B超仿真影像 运行文件夹 sample_kidney 里的make_image.m,产生肾脏的B超仿真影像(计算时间会很长) 示例: 本包内带了一个肾脏的B超仿真。更多的例子,大家google吧。-FIELD II is the B-the matlab simulation program. Implementation of the first run field_init.m, run to initialize folder sample_cyst_phantom
Platform: | Size: 19067904 | Author: voxon | Hits:

[DSP programBasedontheTMS320C64xhigh-definitionvideodecoderopt

Description: 论文设计了基于高性能通用DSP TMS320C64x的HDTV视频解码程序。该解码 程序针对C64的特殊架构做了多方面的优化。特别是对变长解码、IDCT和运动 补偿三个关键模块人工编写了汇编语言程序、调整了流水线操作。经过优化,显 著提高了解码效率。通过软件仿真可以得出如下重要结论:1)进行人工汇编优 化之后的程序效率相比于仅仅采用C语言优化之后的程序效率提高了将近七倍; 2)人工汇编优化之后,对标准清晰度视频进行实时解码时要求的时钟频率仅为 228.8MHz;3)对高清晰度视频进行实时解码时要求的时钟频率在1GHz左右。这 项研究对使用通用DSP实现高清晰度电视视频解码乃至实现整个信源解码器有 重要的价值,推动了通用DSP在消费电子领域多媒体技术方面的应用。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。
Platform: | Size: 451584 | Author: 王萍 | Hits:

[matlabnetcdfmatlab

Description: netcdf插件安装和.nc格式数据的读取,主要操作mexcdf53.dll和netcdf.dll文件,适于从事海洋和大气专业的的数据格式.作者在实际中用matlab处理了一些此类数据,简单说来就是安装一个插件即可.现将我们的方法具体地写出,以供参考-NetCDF installation and plug-ins. nc format to read data, the main operating mexcdf53.dll and netcdf.dll document, suitable for marine and atmospheric data format professional. Author matlab used in the actual treatment a number of such data, simple to say that you can install a plug-in. The way we write specifically for reference
Platform: | Size: 497664 | Author: 周严 | Hits:

[Otherrdsign212

Description: 在Matlab中读取 MIT-BIH数据库中的ECG信号的函数-Matlab read in the MIT-BIH database function ECG signal
Platform: | Size: 3072 | Author: 王磊 | Hits:

[matlabMatlab6[1].5(zhangzhiyong)

Description: 这本书是matlab经典书籍,相信对许多初学者会有帮助的!-This book is the classic books matlab, I believe that many beginners would be helpful!
Platform: | Size: 17842176 | Author: 王宇航 | Hits:

[matlabparticle_filtering

Description: 这是用粒子滤波算法进行视频跟踪的源程序 初始参数已近设好了,直接运行就可以了 有兴趣的朋友可以吧它改成差帧定位 省的换个视频就要手调一次参数 为了能运算快些 算法的核心代码是用C++编的 用MEX文件转化成dll数据 在matlab中调用的 希望对大家有所参考和帮助 也希望大家有好的想法,我们一起讨论和改进 有 用粒子滤波进行视频跟踪现在国内做的还不多 需要改进的地方也很多 还需大家共同努力啊,哈哈 由于本人用的视频太大,上传了半天传不上去,只有把视频删了 下了本程序的朋友,要自己找个视频放到文件夹内 并在程序中吧读视频语句的文件名改成你所放视频的文件名 比如你视频的文件名是myvideo.avi,则程序中 video = myvideo.avi 注意视频文件的格式一定要是.avi的哦 -err
Platform: | Size: 176128 | Author: 高显忠 | Hits:

[MiddleWaremexOPC1

Description: 一个opc服务器,用于实现matlab的现场通讯,相当于连接工厂DCS和matlab的接口。-An opc server for matlab realize the scene of communication, which is equivalent to DCS and matlab connection factory interface.
Platform: | Size: 463872 | Author: alfred_woo | Hits:

[AI-NN-PRnnToolKit_src

Description: nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊的算法需求。-nnToolKit neural network tool kit is based on the MATLAB neural network toolbox developed by a group of neural network algorithm library, which functions in the MATLAB environment can be run independently, and packaged into a DLL components, these components as a separate COM object, can be directly by Visual Basic, Visual C++, C++ Builder or other high-level language support COM quoted. The toolkit includes algorithms, including some of the BP algorithm to improve the algorithm, fuzzy neural network, wavelet neural networks, genetic algorithms to optimize neural network weights to improve the algorithm, if necessary, readers can also expand the tool kit, namely the expansion of some new function, the algorithm in order to achieve special needs.
Platform: | Size: 10865664 | Author: 魏建明 | Hits:

[matlabwaveform_download

Description: 在matlab上生成数据波形文件,下载到安捷伦信号源中,直接用信号源的IQ调制功能回放波形。-Matlab generate data in the waveform file, downloaded to the Agilent signal sources, the direct use of the IQ signal source playback waveform modulation functions.
Platform: | Size: 96256 | Author: 裴世兵 | Hits:

[matlabMutual_Information

Description: 互信息法求混沌序列的最优时延 文件说明: 1、Mutual_Information_main.m 主文件,直接运行此程序即可 2、LorenzData.dll 产生Lorenz离散序列 3、Mutual_Information.dll 互信息函数 4、buffer.dll 缓存文件-Mutual information method for optimal time-delay chaotic sequence document describes: 1, Mutual_Information_main.m master file, run this program directly to 2, LorenzData.dll generated Lorenz discrete sequence 3, Mutual_Information.dll mutual information function 4, buffer.dll cache file
Platform: | Size: 16384 | Author: ZhengKevin | Hits:
« 1 2 3 4 56 7 8 9 10 ... 15 »

CodeBus www.codebus.net